AuthResponse

@Serializable
data class AuthResponse<T : BaseModel>(val record: T, val token: String)

Constructors

Link copied to clipboard
constructor(record: T, token: String)

Properties

Link copied to clipboard
@SerialName(value = "record")
val record: T
Link copied to clipboard